home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / disk / cdrom / MusicBox-2.1bi.lha / MusicBox / MusicBoxLibrary_lib.fd < prev    next >
Encoding:
Text File  |  2000-09-26  |  1.9 KB  |  56 lines

  1. ##base _MusicBoxBase
  2. ##bias 30
  3. ##public
  4. * ----- Funktionen zum Senden von erweiterten Befehlen ---
  5. AddUser(host) (a0)
  6. RemUser(mbc) (a0)
  7. PutCommand(mbc) (a0)
  8. CheckResult(mbc) (a0)
  9. WaitResult(mbc) (a0)
  10. MusicBoxCommand(mbc,command) (a0,d0)
  11. MusicBoxCommand1(mbc,command,arg) (a0,d0/d1)
  12. MusicBoxCommand2(mbc,command,arg1,arg2) (a0,d0/a1/a2)
  13. * ----- Requester-Funktionen -----------------------------
  14. InformationA(info) (a0)
  15. MultiRequestA(title,text,gadgets) (a0/a1/a2)
  16. * ----- Funktionen für Standardbefehle -------------------
  17. EasyCommand(host,command,arg1,arg2) (a0,d0/d1/d2)
  18. IconifyMusicBox()()
  19. UnIconifyMusicBox()()
  20. IconifyArchive()()
  21. UnIconifyArchive()()
  22. * ----- Archiv laden -------------------------------------
  23. OpenArchive(id,title,flags) (d0/d1/d2)
  24. * ----- Funktionen für Ports/Requests/Listen -------------
  25. CreatePortA(name,priority) (a0,d0)
  26. DeletePortA(port) (a0)
  27. CreateExtIOA(port,size) (a0,d0)
  28. DeleteExtIOA(ioRequest) (a0)
  29. NewListA(list) (a0)
  30. * ----- Locale-Funktionen --------------------------------
  31. GetLStr(number,default) (d0,a0)
  32. ErrorL(number,default) (d0,a0)
  33. * ----- Katalog sichten ----------------------------------
  34. DisplayCatalog(catalog,lowRes) (a0,d0)
  35. * ----- Prozess erstellen --------------------------------
  36. CreateProcess(function,stack,name,pri) (a0,d0/d1/d2)
  37. * ----- Grafikausgabe-Funktionen -------------------------
  38. MacFormat(rastPort,text,pixels) (a0/a1,d0)
  39. PutTextA(window,x,y,text) (a0,d0/d1,a1)
  40. PutMText(window,x,y,text,pixels) (a0,d0/d1,a1,d2)
  41. OffsetX(window) (a0)
  42. OffsetY(window) (a0)
  43. SleepPointer(window) (a0)
  44. * ----- Port-Funktionen ----------------------------------
  45. DeleteMMPort(port) (a0)
  46. CleanUpPort(port) (a0)
  47. * ----- Druckfunktionen ----------------------------------
  48. SetupPrinter()()
  49. PrintIt(window,catalog) (a0/a1)
  50. * ----- Versions-Check -----------------------------------
  51. LibVersionCheck(requiredVersion) (d0)
  52. *
  53. * ----- Ende von Version 1.00 ----------------------------
  54. *
  55. ##end
  56.